home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetTextLocation.h --------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetTextLocation__
- #define __PGetTextLocation__
-
-
- class PGetTextLocation
- {
-
- public:
-
- PGetTextLocation();
-
- unsigned long nObjectID;
- long xAnchorBottom;
- long yAnchorBottom;
- long xAnchorTop;
- long yAnchorTop;
- long xRightTop;
- long yRightTop;
- long xRightBottom;
- long yRightBottom;
- long xRangeEndTop;
- long yRangeEndTop;
- long xRangeEndBottom;
- long yRangeEndBottom;
- long xLeftBottom;
- long yLeftBottom;
- long xLeftTop;
- long yLeftTop;
- };
-
- #endif
-
- // end of PGetTextLocation.h
-